hip.util.variant

Undocumented in source.

Members

Enums

Type
enum Type
Undocumented in source.

Functions

getType
Type getType()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Variant
struct Variant

Use that when you want to hold arbitrary defined type (which usually must be converted) By using variant, your data will be converted only once and after that, it will be runtime type strict.

Meta